Get e^x
Command Prototype
dRet = Math.Exp(dNum)
Command Description
Get natural log e to the power of dNum
Parameter Description
- Required Parameter
- dNum--The data to process
- return
- dRet--The variable used to save the output of the function call